home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
etc
/
btscanner.dtd
< prev
next >
Wrap
Text File
|
2006-01-24
|
860b
|
49 lines
<!--
* btscanner.dtd
-->
<!ELEMENT btscanner (files,rangedef+)>
<!--
* files: the list of config/resource files
-->
<!ELEMENT files (log,oui,store)>
<!--
* log: the log file
-->
<!ELEMENT log (#PCDATA)>
<!--
* oui: the oui database
-->
<!ELEMENT oui (#PCDATA)>
<!--
* store: where the store the details of found items
-->
<!ELEMENT store (#PCDATA)>
<!--
* rangedef. for each range address, tell the slave what to do.
* needs start and end range. with
-->
<!ELEMENT rangedef (vulnerabilities, name?,hci?,rssi?,lq?,txpwr?,sdp?)>
<!ATTLIST rangedef start CDATA #REQUIRED
end CDATA #REQUIRED>
<!--
* list of services/inforations for a rangedef function
-->
<!ELEMENT vulnerabilities (#PCDATA)>
<!ELEMENT name EMPTY>
<!ELEMENT hci EMPTY>
<!ELEMENT rssi EMPTY>
<!ELEMENT lq EMPTY>
<!ELEMENT txpwr EMPTY>
<!ELEMENT sdp EMPTY>